Tammy, requires custom code modifications.
"My Credits" widget is available on user's dashboard. But widgets can be placed only on component page ( Dashboard, Index, Profile, Sidebar). "Buy Credits" is a regular page, so there isn't any easy ways to place it there.
As an alternative you can use a theme with sidebar and show "My Credits" widget there.
Make sure to edit plugin's activate.php file to show the widget on Index page instead of Dashboard:
$placeWidget = $widgetService->addWidgetToPlace($widget, BOL_ComponentService::PLACE_INDEX);
Once this is done, deactive >activate the plugin > go to your index page >customize > move the widget to sidebar.
Result: