We got hit with this issue as well.
PHP Fatal error: require_once(): Failed opening required 'admin/wpsc-empty-results.php'
For now I had to comment out the line 99 in the file wp-content/plugins/wp-spell-check/wpspellcheck.php
/* require_once( 'admin/wpsc-empty-results.php' ); */
This brought our word press site back to life.