If you want your content above the partner badges, what to do depends on how the badges are output. You can likely use “the_content” filter to add content to other plugin output. Either tack on your content to the end of other output, or find the right place in existing content in which to insert your own content.
Alternately, you could create a custom page template, but your content will likely end up below the partner badges, but above the footer. However, if you can cause the other output to be done by directly calling plugin functions, you can generate output in any order you desire.
There are likely other choices as well, but without knowing the specifics of how the current output is achieved, we cannot speculate on what those choices might be.
]]>