Hi, All!
Looked around the threads & didn't see the problem I was having installing Super Orders v3.0 (new store - local test server), so I thought I'd post here in case anyone else had a problem with MyISAM.
My mysql would not accept the install sql patch - the error was:

ERROR 1064 (42000): 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'


I found the answer at http://bugs.mysql.com/bug.php?id=17501 - see the bottom of the thread.

TYPE= was depreciated - apparently "ENGINE" is now used, so I replaced all TYPE=MyISAM ; references with
ENGINE=MyISAM DEFAULT CHARSET=utf8; and the patch worked fine. Now to see if it will work on the live site...

Also installed Edit Orders and Ty Tracker.
Zencart v 1.3.9g
[FONT=verdana]PHP version 5.3.5
[/FONT]Apache/2.2.17 (Win32)
mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $