Error Creating Database Table

Project:Product Power Tools
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
Power Tools

I'm getting the following error when activating.

user warning: BLOB/TEXT column 'asku-settings' can't have a default value query: CREATE TABLE uc_power_tools ( `pcid` VARCHAR(32) NOT NULL DEFAULT '', `enabled` TINYINT unsigned NOT NULL DEFAULT 0, `asku` TINYINT unsigned DEFAULT 0, `asku-settings` TEXT DEFAULT '', `lp` TINYINT unsigned DEFAULT 0, `lp-settings` DECIMAL(15, 3) DEFAULT 0, `cost` TINYINT unsigned DEFAULT 0, `cost-settings` DECIMAL(15, 3) DEFAULT 0, `dq` TINYINT unsigned DEFAULT 0, `dq-settings` INT DEFAULT 1, `pq` TINYINT unsigned DEFAULT 0, `pq-settings` INT DEFAULT 1, `ship` TINYINT unsigned DEFAULT 0, `lpos` TINYINT unsigned DEFAULT 0, `lpos-settings` INT unsigned DEFAULT 0, `stock` TINYINT unsigned DEFAULT 0, `stock-settings` INT unsigned DEFAULT 0, `stock-threshold` INT unsigned DEFAULT 0, PRIMARY KEY (pcid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cart\includes\database.inc on line 515.

user warning: Table 'cart.uc_power_tools' doesn't exist query: SELECT * FROM uc_power_tools WHERE pcid = '' in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cart\sites\all\modules\ubercart\uc_product_power_tools\uc_product_power_tools.module on line 56.

Using Drupal 6.12, Ubercart 2.0-RC2, Power Tools 1.2

Version: 
Ubercart 2.x-dev
Mathieu's picture
Offline
Joined: 10/05/2009
Juice: 15
same here

I get the same user warning, but with 1.8 version of the Power Tools module.
How did you work it out?
Any workaround? Manually create the table?