I'd dearly love to get my next website up as a v1.5.0, but I'm having issues installing SQL patches for many of the v1.5.0 compatible MODS.

My dev platform is MOWES which I've used for years. Current version using
Apache 2.2.11
PHP 5.3.5
MySql 5.5.8
Running on a win7 box

I manually created my UTF8 database using PhpMyAdmin
Installed v1.5.0 without issue - Awesome BTW.

The SQL patches fail to import in both Zencart SQL patch util and also when using PhpMyAdmin.

Any SQL patch file that starts with something similar to this fails:
CREATE TABLE `notes_categories` (
`notes_categories_id` int(11) NOT NULL auto_increment,
`notes_categories_name` varchar(64) default NULL,
PRIMARY KEY (`notes_categories_id`)
) TYPE=MyISAM;
From PhpMyAdmin I get the following error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 5
Have I got the database configured wrong or am I missing something?