I found an even simpler solution that worked. Add the following lines to wp-seo.php:
define( ‘WPSEO_UPLOAD_DIR’, plugin_dir_path(__FILE__) );
define( ‘WPSEO_UPLOAD_URL’, plugin_dir_url(__FILE__) );
Add them up top with the other ‘define’ declarations.