you can try below SQL query to manually add missing column & then run the upgrade process again ..
ALTER TABLE `mybb_attachtypes` ADD COLUMN `enabled` tinyint(1) NOT NULL default '1' ;
see also common sql queries guidance