I created the table by hand.
After that i restart the upgrade process and he show me a similar message, there was no timestamp filed and then i created a new timestamp field and it works now for me with this statemant:
i hope i could help you!
CREATE TABLE piwik_logger_message (idlogger_message INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,PRIMARY KEY(idlogger_message))
After that i restart the upgrade process and he show me a similar message, there was no timestamp filed and then i created a new timestamp field and it works now for me with this statemant:
ALTER TABLE `piwik_logger_message` ADD `timestamp` TIMESTAMP NOT NULL ;
i hope i could help you!