Run following SQL in phpMyAdmin, it will fix the problem

Code:
ALTER TABLE `process_queue` CHANGE `description` `description` TEXT NOT NULL;
This will be fixed on next release.