:: No respectivo arquivo ...
:: /app/code/community/IWD/All/sql/iwdall_setup/mysql4-install-1.0.0.php
:: Possuímos o seguinte script SQL que deveria ser executado.
CREATE TABLE iwd_notification (
`entity_id` int(11) NOT NULL AUTO_INCREMENT,
`title` text,
`description` text NOT NULL,
`severity` int(2) DEFAULT NULL,
`url` text,
`date_added` datetime NOT NULL,
`view` int(1) NOT NULL DEFAULT '0',
`out_id` int(11) DEFAULT NULL,
PRIMARY KEY (`entity_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
Sugerimos efetuar backup do banco de dados e posteriormente executar o script SQL informado acima.