This is a weekend after normal business hours being friday and all. I last replied to you before I left the office as I leave the office at 4.
Anyway if your only getting ONE ERROR with the creation of that one table then I think your issue is with TYPE=HEAP. Newer mysqls actually want engine.
Search for TYPE=HEAP in the install.php and change it to ENGINE=HEAP and then run your install script. It is fine to leave the PP tables you will simply get a bunch of duplicate mysql errors they are fine just run through the install and you should be fine. In fact your present install if you went all the way through it should be fully functional.
If you do not want to reinstall and do a quick test if what you already installed will work then just simply create the missing table in mysql command line like so.
Code:
Content visible to verified customers only.